csswidgetnode: Don't check for container
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Fri, 8 May 2020 13:51:54 +0000 (10:51 -0300)
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Fri, 8 May 2020 13:57:41 +0000 (10:57 -0300)
commit2cc6c4d2d127bbacd63cf934642c01b38e716cb9
treeae87e0ea939ea7c357e4d803be1aab0cd4e1b00b
parent42ca760f9cec780fb389f8ca35b2749d0c7bc82a
csswidgetnode: Don't check for container

The conditions to queue and dequeue a CSS validation
are different; while queueing checks if the widget is
a root, dequeueing checks that AND if the widget is
a container.

GtkWindow is not a GtkContainer anymore, and that is
causing validations to be queued, but never dequeued.

Don't require the widget to be a GtkContainer for
dequeuing.
gtk/gtkcsswidgetnode.c